Turn off some debug switches by default
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 21 Oct 2005 09:17:29 +0000 (10:17 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Fri, 21 Oct 2005 09:17:29 +0000 (10:17 +0100)
These macros cause extra prints in /var/log/xend-debug, and
affect the performance.
Signed-off-by: Xiaofeng Ling <xiaofeng.ling@intel.com>
tools/ioemu/exec-all.h
tools/ioemu/hw/i8259.c

index e32207b7c3b999640ac6763b7e1c0cfb325b3569..ac0533982d347f4e073dd24ce86ce61c7355be7d 100644 (file)
@@ -573,7 +573,7 @@ static inline target_ulong get_phys_addr_code(CPUState *env, target_ulong addr)
 }
 #endif
 
-#define DEBUG_UNUSED_IOPORT
-#define DEBUG_IOPORT
+//#define DEBUG_UNUSED_IOPORT
+//#define DEBUG_IOPORT
 #define TARGET_VMX
 
index 17dd549c530ba6349a66a00a9f564aee69a6930b..8009eea130652551530ae6e28ad76b8b0c0a6fa7 100644 (file)
@@ -29,7 +29,7 @@
 //#define DEBUG_PIC
 
 //#define DEBUG_IRQ_LATENCY
-#define DEBUG_IRQ_COUNT
+//#define DEBUG_IRQ_COUNT
 
 extern void pit_reset_vmx_vectors();